home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / termio.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-05-08  |  214 b   |  7 lines

  1. /* Compatible <termio.h> for old `struct termio' ioctl interface.
  2.    This is obsolete; use the POSIX.1 `struct termios' interface
  3.    defined in <termios.h> instead.  */
  4.  
  5. #include <termios.h>
  6. #include <sys/ioctl.h>
  7.